home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / enves / mosaic / mailcap next >
Text File  |  1978-02-15  |  777b  |  28 lines

  1. # This is a simple example mailcap file.
  2. # Lines starting with '#' are comments.
  3.  
  4. # N.B. That if you are running mosaic on the Workbench, you
  5. # will have to remove the PUBSCREEN=Mosaic arguments from the commands.
  6.  
  7. # Note that '%s' means 'put the datafile name here when the viewer is
  8. # executed'.
  9.  
  10. image/x-iff; vt %s IFF
  11. image/iff; vt %s IFF
  12. image/gif; vt %s GIF
  13. image/ilbm; vt %s ILBM
  14. image/jpg; vt %s JPEG
  15. image/jpeg; vt %s JPEG
  16. image/all; vt %s del=10
  17.  
  18. #hopefully do something reasonable with text files
  19. #text/x-aguide; :C/MetaTool %s GUIDE
  20. #text/*; :C/MetaTool %s TEXT
  21.  
  22. # This maps MPEG video data to the viewer 'mpeg_play'.
  23. #video/mpeg; mpeg_play %s
  24. #video/*;  SYS:Utilities/MultiView %s
  25.  
  26. #application/postscript; :C/MetaTool %s PS
  27. #application/x-dvi; :C/MetaTool %s DVI
  28.